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 a6d3526 commit 6fdf5aeCopy full SHA for 6fdf5ae
.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.timfish.dev/aarch64-linux-musl-cross.tgz
+ curl -OL https://storage.googleapis.com/sentry-dev-infra-build-assets/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