Skip to content

Commit 93b3b6a

Browse files
authored
ci: update musl-cross download link (bnb-chain#3147)
1 parent b613c12 commit 93b3b6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
if: matrix.os == 'ubuntu-latest'
5151
run: |
5252
go mod download
53-
wget https://musl.cc/x86_64-linux-musl-cross.tgz
53+
wget ${{ env.MUSL_CROSS_URL }}/x86_64-linux-musl-cross.tgz
5454
tar -xvf ./x86_64-linux-musl-cross.tgz
5555
GIT_COMMIT=$(git rev-parse HEAD)
5656
GIT_COMMIT_DATE=$(git log -n1 --pretty='format:%cd' --date=format:'%Y%m%d')
@@ -70,7 +70,7 @@ jobs:
7070
if: matrix.os == 'ubuntu-latest'
7171
run: |
7272
go mod download
73-
wget https://musl.cc/aarch64-linux-musl-cross.tgz
73+
wget ${{ env.MUSL_CROSS_URL }}/aarch64-linux-musl-cross.tgz
7474
tar -xvf ./aarch64-linux-musl-cross.tgz
7575
GIT_COMMIT=$(git rev-parse HEAD)
7676
GIT_COMMIT_DATE=$(git log -n1 --pretty='format:%cd' --date=format:'%Y%m%d')

0 commit comments

Comments
 (0)