update the wget script for openfst

pull/894/head
huangyuxin 3 years ago
parent 1a0c0ae08e
commit d265f9c527

@ -10,7 +10,7 @@ fi
if [ ! -d openfst-1.6.3 ]; then
echo "Download and extract openfst ..."
wget http://www.openfst.org/twiki/pub/FST/FstDownload/openfst-1.6.3.tar.gz
wget http://www.openfst.org/twiki/pub/FST/FstDownload/openfst-1.6.3.tar.gz --no-check-certificate
tar -xzvf openfst-1.6.3.tar.gz
echo -e "\n"
fi

Loading…
Cancel
Save