We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e723d8 commit 2ce00ecCopy full SHA for 2ce00ec
crates/compilers/tests/project.rs
@@ -60,7 +60,7 @@ pub static VYPER: LazyLock<Vyper> = LazyLock::new(|| {
60
61
let base = "https://github.com/vyperlang/vyper/releases/download/v0.4.0/vyper.0.4.0+commit.e9db8d9f";
62
let url = format!(
63
- "{base}{}",
+ "{base}.{}",
64
match platform() {
65
Platform::MacOsAarch64 => "darwin",
66
Platform::LinuxAmd64 => "linux",
0 commit comments