diff options
-rw-r--r-- | ci/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/install.sh b/ci/install.sh index c9ee9ba..dd8cd26 100644 --- a/ci/install.sh +++ b/ci/install.sh @@ -9,7 +9,7 @@ main() { --force \ --git japaric/cross \ --tag v0.1.2 \ - --target $TARGET \ + --target x86_64-unknown-linux-musl \ --to ~/.cargo/bin } |