Skip to content

Commit 6fdf5ae

Browse files
committed
Don't use proxy
1 parent a6d3526 commit 6fdf5ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)