diff --git a/tests/get_test_inputs.sh b/tests/get_test_inputs.sh index d611c6c2e0..d2d3760185 100644 --- a/tests/get_test_inputs.sh +++ b/tests/get_test_inputs.sh @@ -7,8 +7,8 @@ export TEST_INPUT_DATA_DIR cd $TEST_INPUT_DATA_DIR # retrieve Weaver tests inputs -wget https://key4hep.web.cern.ch/key4hep/testFiles/weaverInference/preprocess.json > /dev/null 2>&1 -wget https://key4hep.web.cern.ch/key4hep/testFiles/weaverInference/fccee_flavtagging_dummy.onnx > /dev/null 2>&1 +curl -O -L https://fccsw.web.cern.ch/fccsw/testsamples/fccanalyses/weaver-inference/preprocess.json > /dev/null 2>&1 +curl -O -L https://fccsw.web.cern.ch/fccsw/testsamples/fccanalyses/weaver-inference/fccee_flavtagging_dummy.onnx > /dev/null 2>&1 # announce where we store variables to the outside echo -n $TEST_INPUT_DATA_DIR