We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f364f48 commit 451343eCopy full SHA for 451343e
src/ci/docker/scripts/musl-toolchain.sh
@@ -24,7 +24,7 @@ exit 1
24
}
25
26
ARCH=$1
27
-TARGET=linux-musl-$ARCH
+TARGET=$ARCH-linux-musl
28
29
OUTPUT=/usr/local
30
shift
0 commit comments