Skip to content

Commit 22aa782

Browse files
committed
fix: remove corp references
1 parent 0647480 commit 22aa782

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ clone: LINUX_BRANCH ?= linux-5.15.63-ctsi-y
114114
clone: RISCV_PK_BRANCH ?= v1.0.0-ctsi-1
115115
clone:
116116
git clone --depth 1 --branch $(LINUX_BRANCH) \
117-
git@github.com:cartesi-corp/linux.git $(LINUX_DIR) || \
117+
git@github.com:cartesi/linux.git $(LINUX_DIR) || \
118118
cd $(LINUX_DIR) && git pull
119119
git clone --depth 1 --branch $(RISCV_PK_BRANCH) \
120-
git@github.com:cartesi-corp/riscv-pk.git $(RISCV_PK_DIR) || \
120+
git@github.com:cartesi/riscv-pk.git $(RISCV_PK_DIR) || \
121121
cd $(RISCV_PK_DIR) && git pull
122122

123123
run: IMG=cartesi/toolchain:devel

0 commit comments

Comments
 (0)