Skip to content

Commit

Permalink
fix: Windows directory for the upstream solc
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgar2017 committed Jan 20, 2025
1 parent 2b02f18 commit 52773fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configs/solc-bin-upstream.json
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,7 @@
"linux-amd64": "linux-amd64",
"linux-arm64": "linux-amd64",
"macos-amd64": "macosx-amd64",
"macos-arm64": "macosx-amd64"
"macos-arm64": "macosx-arm64",
"windows-amd64": "windows-amd64"
}
}

0 comments on commit 52773fa

Please sign in to comment.