[CI] Use the right URL

This commit is contained in:
LDA 2024-09-15 13:43:56 +02:00
commit dd6dede2e8

View file

@ -50,7 +50,7 @@ jobs:
cd repos/cyto
git fetch
rm configure
wget https://git.kappach.at/configure
wget https://kappach.at/configure
chmod +x configure
./configure --cc=musl-gcc --prefix=${PREFIX} --with-lmdb --with-mbed
make -j$(nproc)