Skip to content

Commit c3ce809

Browse files
committed
[Scripts] update build.sh
1 parent ea6ee23 commit c3ce809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fi
3333

3434
echo "LLVM_PATH: $LLVM_PATH"
3535

36-
git clone git@github.com:llvm/llvm-project.git $LLVM_PATH
36+
git clone https://github.com/llvm/llvm-project.git $LLVM_PATH
3737

3838
pushd $LLVM_PATH
3939
git checkout llvmorg-20.1.1

0 commit comments

Comments
 (0)