Skip to content

Commit

Permalink
Update build-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
victoryang00 authored Nov 3, 2023
1 parent 36e4620 commit 173c6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install LLVM SDK
run: |
cd "C:/Program Files/"
wget https://asplos.dev/LLVM.zip -O LLVM.zip
wget http://108.181.27.85/LLVM.zip -O LLVM.zip
unzip LLVM.zip
cp "C:/Program Files/LLVM/tools/llvm/wasm-ld.exe" D:/wasi-sdk/bin/wasm-ld.exe
Expand Down

0 comments on commit 173c6fc

Please sign in to comment.