Skip to content

Commit a6d3526

Browse files
committed
Fix musl.cc issue
1 parent d87cc4b commit a6d3526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
- name: Setup Musl
214214
if: contains(matrix.container, 'alpine')
215215
run: |
216-
curl -OL https://musl.cc/aarch64-linux-musl-cross.tgz
216+
curl -OL https://musl.cc.timfish.dev/aarch64-linux-musl-cross.tgz
217217
tar -xzvf aarch64-linux-musl-cross.tgz
218218
$(pwd)/aarch64-linux-musl-cross/bin/aarch64-linux-musl-gcc --version
219219

0 commit comments

Comments
 (0)