We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f252d3e commit 231b0d9Copy full SHA for 231b0d9
1 file changed
vlib/v/pref/pref.v
@@ -993,7 +993,7 @@ pub fn parse_args_and_show_errors(known_external_commands []string, args []strin
993
vexe := vexe_path()
994
vroot := os.dir(vexe)
995
so_path := os.join_path(vroot, 'thirdparty', 'photon', 'photonwrapper.so')
996
- so_url := 'https://github.com/vlang/photonbin/raw/master/photonwrapper_${os.user_os()}_${arch}.so'
+ so_url := 'https://raw.githubusercontent.com/vlang/photonbin/master/photonwrapper_${os.user_os()}_${arch}.so'
997
if !os.exists(so_path) {
998
println('coroutines .so not found, downloading...')
999
os.execute_opt('wget -O "${so_path}" "${so_url}"') or {
0 commit comments