Skip to content

Commit 357d9e2

Browse files
authored
feat: update android-aarch64 repo link (#153)
The updated commit adds solc versions 0.8.25-0.8.28. Context: alloy-rs/solc-builds#14.
1 parent 8688498 commit 357d9e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/svm-rs/src/releases.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ static MACOS_AARCH64_RELEASES_URL: &str =
5050
const ANDROID_AARCH64_MIN: Version = Version::new(0, 8, 24);
5151

5252
static ANDROID_AARCH64_URL_PREFIX: &str =
53-
"https://raw.githubusercontent.com/alloy-rs/solc-builds/5a404a4839fdde4a6093aee1b3d75a8dce38f40f/android/aarch64";
53+
"https://raw.githubusercontent.com/alloy-rs/solc-builds/ac6f303a04b38e7ec507ced511fd3ed7a605179f/android/aarch64";
5454

5555
static ANDROID_AARCH64_RELEASES_URL: &str =
56-
"https://raw.githubusercontent.com/alloy-rs/solc-builds/5a404a4839fdde4a6093aee1b3d75a8dce38f40f/android/aarch64/list.json";
56+
"https://raw.githubusercontent.com/alloy-rs/solc-builds/ac6f303a04b38e7ec507ced511fd3ed7a605179f/android/aarch64/list.json";
5757

5858
/// Defines the struct that the JSON-formatted release list can be deserialized into.
5959
///

0 commit comments

Comments
 (0)