Skip to content

Commit

Permalink
fixing mac downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink committed Oct 20, 2023
1 parent b019315 commit 633536e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webdrivers/chrome/install_driver_executor.cr
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class Webdrivers::Chrome::InstallDriverExecutor
when Common::OS::Linux
"linux64"
when Common::OS::Mac
"mac-arm64"
"mac-x64"
when Common::OS::Windows
"win32"
else
Expand Down

0 comments on commit 633536e

Please sign in to comment.