File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ static MACOS_AARCH64_RELEASES_URL: &str =
5050const ANDROID_AARCH64_MIN : Version = Version :: new ( 0 , 8 , 24 ) ;
5151
5252static 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
5555static 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///
You can’t perform that action at this time.
0 commit comments