Skip to content

Commit

Permalink
fix for #114
Browse files Browse the repository at this point in the history
  • Loading branch information
brownag committed Jul 25, 2023
1 parent 7991c3c commit 4a3981c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/wbt.R
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ wbt_install <- function(pkg_dir = wbt_data_dir(), platform = NULL, force = FALSE
} else if (os == "Darwin") {
suffix <- "amd64"
if (Sys.info()["machine"] == "arm64") {
suffix <- "darwin_m_series"
suffix <- "m_series"
}
url <- paste0("https://www.whiteboxgeo.com/WBT_Darwin/WhiteboxTools_darwin_", suffix , ".zip")
} else {
Expand Down

0 comments on commit 4a3981c

Please sign in to comment.