Skip to content

Commit

Permalink
Fix linux openmpp installer
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwarkentin committed Jan 8, 2025
1 parent b2237e2 commit 9e1ad4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/setup.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ local_install_openmpp <- function() {
} else if (os == 'Darwin' & type == 'intel') {
url <- 'https://github.com/openmpp/main/releases/latest/download/openmpp_mac_x86_64_20241226.tar.gz'
} else if (os == 'Linux') {
url <- 'https://github.com/openmpp/main/releases/latest/download/openmpp_debian_20241226.tar.gz'
url <- 'https://github.com/openmpp/main/releases/latest/download/openmpp_debian-11_20241226.tar.gz'
} else if (os == 'Windows') {
url <- 'https://github.com/openmpp/main/releases/latest/download/openmpp_win_20241226.zip'
} else {
Expand Down

0 comments on commit 9e1ad4b

Please sign in to comment.