Skip to content

Commit

Permalink
Update architecture for Linux ARM from "arm" to "aarch64"
Browse files Browse the repository at this point in the history
  • Loading branch information
pokkst committed Dec 22, 2023
1 parent da0cdff commit 35d1c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swap/src/monero/wallet_rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const DOWNLOAD_URL: &str = "https://downloads.getmonero.org/cli/monero-mac-armv8
#[cfg(all(target_os = "linux", target_arch = "x86_64"))]
const DOWNLOAD_URL: &str = "https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.2.2.tar.bz2";

#[cfg(all(target_os = "linux", target_arch = "arm"))]
#[cfg(all(target_os = "linux", target_arch = "aarch64"))]
const DOWNLOAD_URL: &str =
"https://downloads.getmonero.org/cli/monero-linux-armv7-v0.18.2.2.tar.bz2";

Expand Down

0 comments on commit 35d1c9a

Please sign in to comment.