diff --git a/build.sh b/build.sh
index 94499315..ecec7279 100644
--- a/build.sh
+++ b/build.sh
@@ -42,7 +42,7 @@ else
fi
# download manifest with the given version number
tmp_manifest_source=$(mktemp -d)
- wget "https://github.com/phhusson/treble_experimentations/releases/download/$1/manifest.xml" -O $tmp_manifest_source/manifest.xml
+ wget "https://raw.githubusercontent.com/phhusson/treble_manifest/$1/manifest.xml" -O $tmp_manifest_source/manifest.xml
sed -i 's///' $tmp_manifest_source/manifest.xml
(cd $tmp_manifest_source; git init; git add manifest.xml; git commit -m "$1")
fi