Skip to content

Commit 2ce00ec

Browse files
committed
dot
1 parent 1e723d8 commit 2ce00ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/compilers/tests/project.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pub static VYPER: LazyLock<Vyper> = LazyLock::new(|| {
6060

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

0 commit comments

Comments
 (0)