diff --git a/setup/arch-ci.sh b/setup/arch-ci.sh index 5902eaf2e6..b41ff34ddc 100755 --- a/setup/arch-ci.sh +++ b/setup/arch-ci.sh @@ -11,4 +11,4 @@ useradd -m ci chown -R ci:users $GITHUB_WORKSPACE curl -fSsL https://github.com/rhasspy/piper/releases/download/2023.11.14-2/piper_linux_x86_64.tar.gz | tar -C /opt -x -v -z -ln -s /opt/piper/piper /opt/bin/piper-tts +ln -s /opt/piper/piper /usr/bin/piper-tts