From 30a7867e68adc30a3b2aafa1fe6eb66f89268f64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Su=C3=A1rez=20Gracia?= Date: Thu, 16 May 2024 23:08:46 +0200 Subject: [PATCH] Replace http with https to download the input files --- inputs/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inputs/CMakeLists.txt b/inputs/CMakeLists.txt index 5f5274aa3d..ef879ebce9 100644 --- a/inputs/CMakeLists.txt +++ b/inputs/CMakeLists.txt @@ -1,4 +1,4 @@ -file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/download.cmake "file(DOWNLOAD http://iss.oden.utexas.edu/projects/galois/downloads/small_inputs_for_lonestar_test.tar.gz ${CMAKE_CURRENT_BINARY_DIR}/lonestar-cpu-inputs.tar.gz SHOW_PROGRESS)") +file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/download.cmake "file(DOWNLOAD https://iss.oden.utexas.edu/projects/galois/downloads/small_inputs_for_lonestar_test.tar.gz ${CMAKE_CURRENT_BINARY_DIR}/lonestar-cpu-inputs.tar.gz SHOW_PROGRESS)") add_custom_command( OUTPUT lonestar-cpu-inputs.tar.gz