Skip to content

Commit

Permalink
dot
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Dec 4, 2024
1 parent 1e723d8 commit 2ce00ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/compilers/tests/project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pub static VYPER: LazyLock<Vyper> = LazyLock::new(|| {

let base = "https://github.com/vyperlang/vyper/releases/download/v0.4.0/vyper.0.4.0+commit.e9db8d9f";
let url = format!(
"{base}{}",
"{base}.{}",
match platform() {
Platform::MacOsAarch64 => "darwin",
Platform::LinuxAmd64 => "linux",
Expand Down

0 comments on commit 2ce00ec

Please sign in to comment.