From 57ea7f81bb1d0749696e1423f65a96bae7b5ef86 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 30 Jul 2024 17:06:22 +0200 Subject: [PATCH] fix(ci): update openvoice checkpoints URLs (#3085) Signed-off-by: Ettore Di Giacinto --- backend/python/openvoice/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/python/openvoice/test.sh b/backend/python/openvoice/test.sh index 218c0dcd511..6c0a840f5a1 100755 --- a/backend/python/openvoice/test.sh +++ b/backend/python/openvoice/test.sh @@ -5,7 +5,7 @@ source $(dirname $0)/../common/libbackend.sh # Download checkpoints if not present if [ ! -d "checkpoints_v2" ]; then - wget https://myshell-public-repo-hosting.s3.amazonaws.com/openvoice/checkpoints_v2_0417.zip -O checkpoints_v2.zip + wget https://myshell-public-repo-host.s3.amazonaws.com/openvoice/checkpoints_v2_0417.zip -O checkpoints_v2.zip unzip checkpoints_v2.zip fi