Skip to content

Commit

Permalink
chore: nit
Browse files Browse the repository at this point in the history
Co-authored-by: Rohit Narurkar <[email protected]>
  • Loading branch information
onbjerg and roynalnaruto authored Jun 23, 2022
1 parent 63ea815 commit eb23a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ impl Installer {

/// Extracts the solc archive at the version specified destination and returns the path to the
/// installed solc binary.
#[cfg(target_os = "windows")]
#[cfg(all(target_os = "windows", target_arch = "x86_64"))]
fn install_zip(&self) -> Result<PathBuf, SolcVmError> {
let version_path = version_path(self.version.to_string().as_str());
let solc_path = version_path.join(&format!("solc-{}", self.version));
Expand Down

0 comments on commit eb23a76

Please sign in to comment.