Skip to content

Commit cbe9c2d

Browse files
committed
Update checked.v
1 parent 1623515 commit cbe9c2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/compile/checked.v

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ pub fn (dl Download) next() Url {
7373
}
7474
.linux {
7575
return Url{
76-
name: 'linux.zip'
76+
name: 'linux-${base.get_machine()}.zip'
7777
path: '/script'
78-
file: base.path_add(base.Dirs{}.script, 'linux')
78+
file: base.path_add(base.Dirs{}.script, 'linux-${base.get_machine()}')
7979
}
8080
}
8181
}

0 commit comments

Comments
 (0)