Skip to content

Commit c057f82

Browse files
committed
Switch to https github for wasm clang src
1 parent 2659a0d commit c057f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-wasiclang.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
if [ ! -e wasi-sdk-21-src/build/install/opt/wasi-sdk/bin/clang ]; then
4-
git clone --depth 1 git@github.com:WebAssembly/wasi-sdk.git --branch wasi-sdk-21 --single-branch wasi-sdk-21-src
4+
git clone --depth 1 https://github.com/WebAssembly/wasi-sdk.git --branch wasi-sdk-21 --single-branch wasi-sdk-21-src
55
cd wasi-sdk-21-src
66
git submodule update --init --depth 100
77
gmake -j

0 commit comments

Comments
 (0)