From 9e1ad4b386dc36bb235149e3a7ff7a8fa6a0cdd8 Mon Sep 17 00:00:00 2001 From: "Matthew T. Warkentin" Date: Tue, 7 Jan 2025 19:17:04 -0700 Subject: [PATCH] Fix linux openmpp installer --- tests/testthat/setup.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/setup.R b/tests/testthat/setup.R index 7d8bf79..21a206c 100644 --- a/tests/testthat/setup.R +++ b/tests/testthat/setup.R @@ -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 {