We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d87cc4b commit a6d3526Copy full SHA for a6d3526
.github/workflows/build.yml
@@ -213,7 +213,7 @@ jobs:
213
- name: Setup Musl
214
if: contains(matrix.container, 'alpine')
215
run: |
216
- curl -OL https://musl.cc/aarch64-linux-musl-cross.tgz
+ curl -OL https://musl.cc.timfish.dev/aarch64-linux-musl-cross.tgz
217
tar -xzvf aarch64-linux-musl-cross.tgz
218
$(pwd)/aarch64-linux-musl-cross/bin/aarch64-linux-musl-gcc --version
219
0 commit comments