From 5e4a672f8e51f1d510ae7b5eaab6c81fae9eaf9f Mon Sep 17 00:00:00 2001 From: Zak Nesler Date: Thu, 25 Apr 2024 11:47:20 -0400 Subject: [PATCH] tweak musl --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d1bb5f69..8507e3d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,8 +47,8 @@ pre-build = [ [package.metadata.cross.target.aarch64-unknown-linux-musl] pre-build = [ - "dpkg --add-architecture $CROSS_DEB_ARCH", - "apt-get update && apt-get install --assume-yes libssl-dev:$CROSS_DEB_ARCH", + "dpkg --add-architecture arm64", + "apt-get update && apt-get install --assume-yes libssl-dev:arm64", ] [profile.release]