Skip to content

Commit 0f25803

Browse files
authored
ci: Use Musl asset from Sentry storage (#17)
1 parent 20f573a commit 0f25803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
- name: Setup Musl
219219
if: contains(matrix.container, 'alpine')
220220
run: |
221-
curl -OL https://musl.cc.timfish.dev/aarch64-linux-musl-cross.tgz
221+
curl -OL https://storage.googleapis.com/sentry-dev-infra-build-assets/aarch64-linux-musl-cross.tgz
222222
tar -xzvf aarch64-linux-musl-cross.tgz
223223
$(pwd)/aarch64-linux-musl-cross/bin/aarch64-linux-musl-gcc --version
224224

0 commit comments

Comments
 (0)