1 parent 0647480 commit 22aa782Copy full SHA for 22aa782
1 file changed
build.mk
@@ -114,10 +114,10 @@ clone: LINUX_BRANCH ?= linux-5.15.63-ctsi-y
114
clone: RISCV_PK_BRANCH ?= v1.0.0-ctsi-1
115
clone:
116
git clone --depth 1 --branch $(LINUX_BRANCH) \
117
- git@github.com:cartesi-corp/linux.git $(LINUX_DIR) || \
+ git@github.com:cartesi/linux.git $(LINUX_DIR) || \
118
cd $(LINUX_DIR) && git pull
119
git clone --depth 1 --branch $(RISCV_PK_BRANCH) \
120
- git@github.com:cartesi-corp/riscv-pk.git $(RISCV_PK_DIR) || \
+ git@github.com:cartesi/riscv-pk.git $(RISCV_PK_DIR) || \
121
cd $(RISCV_PK_DIR) && git pull
122
123
run: IMG=cartesi/toolchain:devel
0 commit comments