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 d0fb6c3 commit b04aa83Copy full SHA for b04aa83
crates/compilers/src/project_util/mod.rs
@@ -58,7 +58,7 @@ impl<T: ArtifactOutput + Default> TempProject<MultiCompiler, T> {
58
use crate::solc::{Solc, SolcCompiler};
59
60
self.inner.compiler.solc = Some(SolcCompiler::Specific(
61
- Solc::find_svm_installed_version(&solc.parse().unwrap()).unwrap().unwrap(),
+ Solc::find_or_install(&solc.parse().unwrap()).unwrap(),
62
));
63
64
self
0 commit comments