Skip to content

Commit a02eea2

Browse files
authored
bump musl version (#105)
1 parent 64f84db commit a02eea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ if [[ ! -d $output ]]; then
9696
# curl -L https://zv.io/BE4BF7E6811C5BA41345C11EB1D0B4566FBBDB40.asc | gpg --import
9797

9898
toolchain=$triple-native
99-
toolchain_ver=10.2.1
99+
toolchain_ver=11.2.1
100100
curl -LO "https://more.musl.cc/$toolchain_ver/i686-linux-musl/$toolchain.tgz"
101101
# curl -LO "https://more.musl.cc/$toolchain_ver/i686-linux-musl/$toolchain.tgz.sig"
102102

0 commit comments

Comments
 (0)