Fix an oopsie

This commit is contained in:
Neil Alexander 2022-10-03 17:27:18 +01:00
parent 0e4c0035b6
commit eda9dba796
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -12,7 +12,7 @@ case $GOARCH in
export CC=x86_64-linux-musl-gcc export CC=x86_64-linux-musl-gcc
;; ;;
i386) 386)
curl -s https://musl.cc/i686-linux-musl-cross.tgz | tar xz --strip-components=1 -C /usr curl -s https://musl.cc/i686-linux-musl-cross.tgz | tar xz --strip-components=1 -C /usr
export CC=i686-linux-musl-gcc export CC=i686-linux-musl-gcc
;; ;;