Skip to content

Commit 451343e

Browse files
authored
Fix TARGET variable in musl-toolchain.sh
1 parent f364f48 commit 451343e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/scripts/musl-toolchain.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ exit 1
2424
}
2525

2626
ARCH=$1
27-
TARGET=linux-musl-$ARCH
27+
TARGET=$ARCH-linux-musl
2828

2929
OUTPUT=/usr/local
3030
shift

0 commit comments

Comments
 (0)