Skip to content

Commit 0f45191

Browse files
committed
fix LLVM URL
1 parent 6778a7a commit 0f45191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
set -x
4848
brew install wget coreutils xz pybind11 git
49-
wget --no-verbose https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.0/clang+llvm-16.0.0-x86_64-apple-darwin.tar.xz
49+
wget --no-verbose https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.0/clang+llvm-16.0.0-arm64-apple-darwin22.0.tar.xz
5050
ls
5151
tar -xJf clang+llvm-16.0.0-x86_64-apple-darwin.tar.xz
5252
export PATH=$PATH:clang+llvm-16.0.0-x86_64-apple-darwin/bin

0 commit comments

Comments
 (0)