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 20f573a commit 0f25803Copy full SHA for 0f25803
.github/workflows/ci.yml
@@ -218,7 +218,7 @@ jobs:
218
- name: Setup Musl
219
if: contains(matrix.container, 'alpine')
220
run: |
221
- curl -OL https://musl.cc.timfish.dev/aarch64-linux-musl-cross.tgz
+ curl -OL https://storage.googleapis.com/sentry-dev-infra-build-assets/aarch64-linux-musl-cross.tgz
222
tar -xzvf aarch64-linux-musl-cross.tgz
223
$(pwd)/aarch64-linux-musl-cross/bin/aarch64-linux-musl-gcc --version
224
0 commit comments