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 ecb8217 commit aa57093Copy full SHA for aa57093
.github/workflows/ci.yml
@@ -210,7 +210,7 @@ jobs:
210
- name: Setup Musl
211
if: contains(matrix.container, 'alpine')
212
run: |
213
- curl -OL https://musl.cc/aarch64-linux-musl-cross.tgz
+ curl -OL https://musl.cc.timfish.dev//aarch64-linux-musl-cross.tgz
214
tar -xzvf aarch64-linux-musl-cross.tgz
215
$(pwd)/aarch64-linux-musl-cross/bin/aarch64-linux-musl-gcc --version
216
0 commit comments