We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ba5c7 commit 8fda434Copy full SHA for 8fda434
ci/test/04_install.sh
@@ -86,7 +86,7 @@ DOCKER_EXEC df -h
86
87
if [ "$RUN_FUZZ_TESTS" = "true" ] || [ "$RUN_UNIT_TESTS" = "true" ] || [ "$RUN_UNIT_TESTS_SEQUENTIAL" = "true" ]; then
88
if [ ! -d ${DIR_QA_ASSETS} ]; then
89
- DOCKER_EXEC git clone --depth=1 https://github.com/bitcoin-core/qa-assets ${DIR_QA_ASSETS}
+ DOCKER_EXEC git clone --depth=1 https://github.com/ElementsProject/qa-assets ${DIR_QA_ASSETS}
90
fi
91
92
export DIR_FUZZ_IN=${DIR_QA_ASSETS}/fuzz_seed_corpus/
0 commit comments