Skip to content

Commit 5037cb7

Browse files
committed
chore: rolling back to older version
1 parent b8f3f5e commit 5037cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

caribic/src/setup.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ pub async fn download_mithril(mithril_path: &Path) -> Result<(), Box<dyn std::er
8282
}
8383

8484
pub async fn download_osmosis(osmosis_path: &Path) -> Result<(), Box<dyn std::error::Error>> {
85-
let url = "https://github.com/osmosis-labs/osmosis/archive/refs/tags/v30.0.1.zip";
85+
let url = "https://github.com/osmosis-labs/osmosis/archive/refs/tags/v25.2.0.zip";
8686
download_repository(url, osmosis_path, "osmosis").await
8787
}
8888

0 commit comments

Comments
 (0)