scripts/get_waf.sh: use 1.8.22
[vamp-aubio-plugins.git] / scripts / get_waf.sh
index e2fbd16..5b41d8d 100755 (executable)
@@ -3,7 +3,7 @@
 set -e
 set -x
 
-WAFURL=https://waf.io/waf-1.9.1
+WAFURL=https://waf.io/waf-1.8.22
 
 ( which wget > /dev/null && wget -qO waf $WAFURL ) || ( which curl > /dev/null && curl $WAFURL > waf )