We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64f84db commit a02eea2Copy full SHA for a02eea2
deps.sh
@@ -96,7 +96,7 @@ if [[ ! -d $output ]]; then
96
# curl -L https://zv.io/BE4BF7E6811C5BA41345C11EB1D0B4566FBBDB40.asc | gpg --import
97
98
toolchain=$triple-native
99
- toolchain_ver=10.2.1
+ toolchain_ver=11.2.1
100
curl -LO "https://more.musl.cc/$toolchain_ver/i686-linux-musl/$toolchain.tgz"
101
# curl -LO "https://more.musl.cc/$toolchain_ver/i686-linux-musl/$toolchain.tgz.sig"
102
0 commit comments