Skip to content

Commit e4fad39

Browse files
authored
Update library_scripts.sh
Signed-off-by: Casey Jones <jcnix@users.noreply.github.com>
1 parent 755d6dc commit e4fad39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gh-release/library_scripts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ ensure_nanolayer() {
151151
tar_filename=nanolayer-"$(uname -m)"-unknown-linux-$clib_type.tgz
152152

153153
# clean download will minimize leftover in case a downloaderlike wget or curl need to be installed
154-
clean_download https://github.com/devcontainers-extra/nanolayer/releases/download/$required_version/$tar_filename $tmp_dir/$tar_filename
154+
clean_download https://github.com/jcnix/nanolayer/releases/download/$required_version/$tar_filename $tmp_dir/$tar_filename
155155

156156
tar xfzv $tmp_dir/$tar_filename -C "$tmp_dir"
157157
chmod a+x $tmp_dir/nanolayer

0 commit comments

Comments
 (0)